x86/shadow: adjust mask shadow_audit_tables() passes to hash_foreach()
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Jan 2015 13:42:20 +0000 (13:42 +0000)
committerTim Deegan <tim@xen.org>
Thu, 29 Jan 2015 13:44:49 +0000 (13:44 +0000)
commit88d07de868419224898508852e0c2553aa8d2e40
treef6f88ec4effa3fa6f57f0fd2ebe9f485e4d01174
parentb8dbddd31016992453e9725f5f27f8e183175183
x86/shadow: adjust mask shadow_audit_tables() passes to hash_foreach()

It so far having been ~1 made most of the code preceding the call
pointless, but I assume this wasn't meant to be that way. Also replace
the remaining hard coded ~1 with an expression documenting the
intention a little better.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Adjust again to use SHF_page_type_mask, at Jan's suggestion.

Signed-off-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c